Skip to content

Conversation

@wRadion
Copy link
Contributor

@wRadion wRadion commented Dec 29, 2025

Description

Show less details for legacy PBs in the friendlist.

Checks

  • Check if any open issues are related to this PR; if so, be sure to tag them below.
  • Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
  • Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Dec 29, 2025
fehmer
fehmer previously approved these changes Dec 29, 2025
@wRadion
Copy link
Contributor Author

wRadion commented Dec 29, 2025

Sorry I was fighting with the trailing comma, because I've seen in the guidelines there shouldn't be one (but I guess it just applies strictly to JSON files), and I didn't know/understood right away that the linter would add it automatically.

I'm so sorry, it just messes up the history of the PR and triggered builds for nothing.

@Miodec Miodec added the format Ask the bot to fix formatting on this pr label Dec 29, 2025
@github-actions github-actions bot removed the format Ask the bot to fix formatting on this pr label Dec 29, 2025
if (entry.raw) {
details.push(`${result.raw} raw`);
}
if (entry.consistency) {
Copy link
Contributor

@Leonabcd123 Leonabcd123 Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not show consistency when it's 0%. Let's use a more specific if statement:

if (entry.consistency != null)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter doesn't let me use !=, so I did a check on 0 instead

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedreadline-sync@​1.4.109910010075100
Addedetag@​1.8.110010010075100
Addedobject-hash@​3.0.010010010082100
Addeduuid@​10.0.010010010084100
Addedmagic-string@​0.30.1710010010086100
Addedprettier@​3.7.1901009797100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm safer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location: Package overview

From: pnpm-lock.yamlnpm/safer-buffer@2.1.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/safer-buffer@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@Miodec Miodec merged commit 2dc99e9 into monkeytypegame:master Jan 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend User interface or web stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants